projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d75b673
)
(PC-do-completion): Make RET accept a non-unique but complete
author
Michaël Cadilhac
<michael.cadilhac@lrde.org>
Sun, 26 Aug 2007 19:20:10 +0000
(19:20 +0000)
committer
Michaël Cadilhac
<michael.cadilhac@lrde.org>
Sun, 26 Aug 2007 19:20:10 +0000
(19:20 +0000)
expansion again.
lisp/complete.el
patch
|
blob
|
history
diff --git
a/lisp/complete.el
b/lisp/complete.el
index 75774b65db05b8f34738234867b997a521b9b141..01db126c5f8baa347d05b65eb49e1d6f5fbd765c 100644
(file)
--- a/
lisp/complete.el
+++ b/
lisp/complete.el
@@
-831,12
+831,12
@@
GOTO-END is non-nil, however, it instead replaces up to END."
(setq completion-base-size (if dirname
dirlength
(- beg prompt-end))))))
- (PC-temp-minibuffer-message " [Next char not unique]"))
))))
- ;; Expansion of filenames is not reversible, so just keep
-
;;
the prefix.
+ (PC-temp-minibuffer-message " [Next char not unique]"))
+ ;; Expansion of filenames is not reversible,
+
;; so just keep
the prefix.
(when (and abbreviated filename)
(delete-region (point) end))
-
nil
)
+
nil))))
)
;; Only one possible completion
(t